aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/Test sim/objects/test.lsl
blob: 56864d3472b2359212e154d0f2780c24fa06c541 (plain)
1
2
3
4
5
6
/* */ 4 /* c */ + /* c0 */ 2 /* c1 */ * /* c2 */ 10 /* c3 */ + /* c4 */
 3 /* c5 */ * /* c6 */ ( /* c7 */ 5 /* c8 */ + /* c9 */ 1 /* cA */ ) /* cB */ ; /* cE */
// Some more arithmetic -
1+1;
20.5 + 20 + 1.5;
// This is the end my friend.